drawTexture

Draws a texture at a specified place

version(none)
extern (System) __gshared
void function(IHipTexture reg, int x, int y, int z = 0, HipColor = HipColor.white, float scaleX = 1, float scaleY = 1, float rotation = 0) drawTexture;

Meta